home *** CD-ROM | disk | FTP | other *** search
- on verde Punto
- global TabDe, TabA, Sala, Niv, Primero
- set Pos to getPos(TabDe, Punto)
- if Pos > 0 then
- return getAt(TabA, Pos) && " frame : " & Primero + getAt(TabA, Pos)
- end if
- end
-
- on vera Punto
- global TabDe, TabA
- set Pos to getPos(TabA, Punto)
- if Pos > 0 then
- return getAt(TabDe, Pos)
- end if
- end
-
- on memcast num1, num2
- if not num1 then
- set num1 to 1
- end if
- if not num2 then
- set num2 to 5000
- end if
- repeat with xx = num1 to num2
- if the loaded of cast xx then
- put xx
- end if
- end repeat
- end
-
- on llena
- global tabla
- set tabla to [0]
- repeat with xx = 1 to 47
- add(tabla, 0)
- end repeat
- put "set Tabcajas = " & tabla
- end
-
- on miraPuppets
- put "Puppets:"
- repeat with xx = 1 to 48
- if the puppet of sprite xx then
- put xx
- end if
- end repeat
- end
-